Name | Description | |
---|---|---|
C1LengthList<T> Constructor | Initializes a new instance of the C1LengthList class. |
The following tables list the members exposed by C1LengthList<T>.
Name | Description | |
---|---|---|
C1LengthList<T> Constructor | Initializes a new instance of the C1LengthList class. |
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item | ||
TotalLength | Gets the accumulation of all the lengths in the list. |
Name | Description | |
---|---|---|
Add | ||
Clear | ||
ClearRange | Sets to the default length the items in the range for the specified parameters startingIndex and count. | |
Contains | ||
CopyTo | ||
Dispose | ||
GetEnumerator | ||
GetOffset | Overloaded. Gets the accumulated length up to the indicated index (not including). | |
IndexOf | ||
Insert | ||
InsertRange | Overloaded. Inserts the specified newItems at the startingIndex. | |
MoveRange | Moves the number of items specified by count from oldIndex to newIndex. | |
Remove | ||
RemoveAt | ||
RemoveRange | ||
SetItem | Sets an item at the specified index. |
Name | Description | |
---|---|---|
AsDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. | |
ToDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |